LPUT
WPUT

Syntax: LPUT [#ch\position,] [item {,item} ..]
    or: LPUT [#ch,] [item {,item} ..]
   and: WPUT [#ch\position,] [item {,item} ..]
    or: WPUT [#ch,] [item {,item} ..]
Location: SMSQ/E

These commands are similar to BPUT.

LPUT places the longword value for each item into the specified channel (default #3) at the current file position.

WPUT sends a word (in the range 0..65535) to the given channel (default #3).

The file position can also be changed - see PUT.

CROSS-REFERENCE:
See BPUT and LGET.
PUT is also similar.
